Graphics.DrawPolygon Method

Draws a polygon using the values in the 1-based array passed to as the x and y coordinates. Odd numbered array elements are X coordinates and even numbed array elements are Y coordinates.

Syntax

Graphics.DrawPolygon Points()


Parameters

Points()

Integer